home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef DV_H_H
- #define DV_H_H
-
- #define __USE_SYSBASE
-
- #include <exec/types.h>
-
- #include <exec/memory.h>
- #include <exec/nodes.h>
- #include <exec/lists.h>
- #include <dos/dos.h>
- #include <dos/dosextens.h>
-
- #include <proto/exec.h>
- #include <proto/dos.h>
- #include <proto/utility.h>
-
- #include <clib/alib_stdio_protos.h>
-
- #include <string.h>
-
- #include "hilsort.h"
-
- #endif
-